object HexForm: THexForm Left = 79 Top = 67 AutoScroll = False Caption = 'ZipGenius Hex Viewer' ClientHeight = 312 ClientWidth = 551 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object StatusBar1: TStatusBar Left = 0 Top = 293 Width = 551 Height = 19 Panels = <> SimplePanel = True end object hex1: TMPHexEditor Left = 0 Top = 23 Width = 551 Height = 270 Cursor = crIBeam Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Fixedsys' Font.Style = [] TabOrder = 1 BytesPerRow = 16 Translation = tkAsIs OffsetFormat = '-!10:0x|' Colors.Background = clWindow Colors.ChangedBackground = 11075583 Colors.ChangedText = clMaroon Colors.CursorFrame = clNavy Colors.Offset = clBlack Colors.OddColumn = clBlue Colors.EvenColumn = clNavy Colors.CurrentOffsetBackground = 12740364 Colors.OffsetBackGround = clBtnFace Colors.CurrentOffset = clYellow Colors.Grid = clBtnFace Colors.NonFocusCursorFrame = clAqua FocusFrame = True AllowInsertMode = False DrawGridLines = False ReadOnlyView = True ShowPositionIfNotFocused = True end object ToolBar1: TToolBar Left = 0 Top = 0 Width = 551 Height = 23 AutoSize = True ButtonHeight = 21 ButtonWidth = 38 Caption = 'ToolBar1' Flat = True Indent = 10 ShowCaptions = True TabOrder = 2 Wrapable = False object ToolButton1: TToolButton Left = 10 Top = 0 Caption = 'Offset' DropdownMenu = PopupMenu1 ImageIndex = 0 end object ToolButton2: TToolButton Left = 48 Top = 0 AutoSize = True Caption = 'Font' ImageIndex = 1 OnClick = ToolButton2Click end end object PopupMenu1: TPopupMenu Left = 64 Top = 72 object Hexadecimal1: TMenuItem Caption = 'Hexadecimal' Checked = True OnClick = Hexadecimal1Click end object Decimal1: TMenuItem Caption = 'Decimal' OnClick = Decimal1Click end end object place1: TFormStorage IniFileName = '\Software\M.Dev Software\ZG5' Options = [fpPosition] StoredProps.Strings = ( 'hex1.OffsetFormat' 'Hexadecimal1.Checked' 'Decimal1.Checked' 'hex1.Font') StoredValues = <> Left = 152 Top = 176 end object font1: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Left = 224 Top = 104 end end